Skip to content

fix(deps): update dependency @fastify/cors to v11#1992

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/fastify-cors-11.x
Open

fix(deps): update dependency @fastify/cors to v11#1992
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/fastify-cors-11.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 27, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@fastify/cors ^9.0.1 -> ^11.1.0 age confidence

Release Notes

fastify/fastify-cors (@​fastify/cors)

v11.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v11.0.1...v11.1.0

v11.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v11.0.0...v11.0.1

v11.0.0

Compare Source

Breaking Change

In order to provides safer default, we change the methods to the CORS-safelisted methods.
If you want to resume the previous behaviour, you need to explicitly specify the methods,

import Fastify from 'fastify'
import cors from '@​fastify/cors'

const fastify = Fastify()
await fastify.register(cors, {
  methods: "GET,HEAD,PUT,PATCH,POST,DELETE"
})

What's Changed

Full Changelog: fastify/fastify-cors@v10.1.0...v11.0.0

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v10.0.2...v10.1.0

v10.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v10.0.1...v10.0.2

v10.0.1

Compare Source

What's Changed

Full Changelog: fastify/fastify-cors@v10.0.0...v10.0.1

v10.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v9.0.1...v10.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from aa1884d to 1883701 Compare February 28, 2025 15:21
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch 2 times, most recently from 05fafe9 to c0dd56f Compare March 25, 2025 20:13
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch 2 times, most recently from ae51b19 to fded3d9 Compare April 10, 2025 02:42
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch 5 times, most recently from 3f03c00 to 0b2d8cf Compare April 16, 2025 18:38
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from 0b2d8cf to 17a35af Compare April 23, 2025 22:10
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from 17a35af to d867116 Compare May 15, 2025 07:04
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from d867116 to 8629033 Compare May 26, 2025 16:11
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from 8629033 to badabfb Compare June 7, 2025 02:13
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from badabfb to 666773f Compare August 7, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants